JavaScript

{dialog.object}tabTimerStart Method

Syntax

{dialog.object}.tabTimerStart(tabId);

Arguments

tabId

The tab to advance.

Description

Starts the tab to automatically advance on the timer interval.

Starts the tab to automatically advance on the timer interval. (Applies only to tab objects for which the method for selecting the active tab has been set to 'timer'.)

{dialog.object}.tabTimerStart('TAB_1');

See Also